home *** CD-ROM | disk | FTP | other *** search
- ; DEMO2F.SUB
-
- ; Begin Show Gears in close up of Pair Moving
-
- TEXT_MODE
- ECHO ┌─────────────────────────────────────────────────────────────────────────────┐
- ECHO │ DEMO2.MAC DEMONSTRATION MACRO FOR DANCAD3D v2.5x OR LATER. │
- ECHO └─────────────────────────────────────────────────────────────────────────────┘
- LOCATE 1 5
- ECHO SECOND ANIMATION: the next part of this demo shows how you can animate a 2D
- ECHO projection of the moving gears by altering the arguments to the DISPLAY
- ECHO command. These 2D projections are useful to check the range of motion of parts
- ECHO to make sure they are going to fit together correctly.
- LOCATE 5 10
- ECHO Press [Return] then [Control] & [X] if you want to abort the demo.
-
- LOCATE 5 25 ECHO Press [Return] to continue the demo. %%
-
-
- WAIT_FOR_RETURN
-
- TEXT LOCATE 20 12 ECHO <WORKING: Animating the 2D projection> %%
-
- DELAY 1000 ; to give time to press ^X
-
- ; END
-
-